home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GORO 2
/
GORO 2.iso
/
pc
/
data
/
index.dir
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1996-10-19
|
554b
|
20 lines
on moveBtn
put the locH of sprite clickOn () into btnH
put the locV of sprite clickOn () into btnV
repeat while the stillDown
if rollOver (clickOn ( ) ) then
set the locH of sprite clickOn () to btnH +1
set the locV of sprite clickOn () to btnV +1
else
set the locH of sprite clickOn () to btnH
set the locV of sprite clickOn () to btnV
end if
updateStage
end repeat
set the locH of sprite clickOn () to btnH
set the locV of sprite clickOn () to btnV
updateStage
end moveBtn